PowerTools SPREAD for Windows Forms 8.0J
GetSpreadView(SheetView,Int32,Int32) メソッド


シート(SheetViewオブジェクト)
ビューポート行インデックス
ビューポート列インデックス
シートとビューポートを指定してビューを取得します。
構文
'Declaration
 
Public Function GetSpreadView( _
   ByVal sheetView As SheetView, _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer _
) As SpreadView
'使用法
 
Dim instance As SpreadView
Dim sheetView As SheetView
Dim rowViewportIndex As Integer
Dim columnViewportIndex As Integer
Dim value As SpreadView
 
value = instance.GetSpreadView(sheetView, rowViewportIndex, columnViewportIndex)
public SpreadView GetSpreadView( 
   SheetView sheetView,
   int rowViewportIndex,
   int columnViewportIndex
)

パラメータ

sheetView
シート(SheetViewオブジェクト)
rowViewportIndex
ビューポート行インデックス
columnViewportIndex
ビューポート列インデックス
参照

SpreadView クラス
SpreadView メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.