FlexGrid for UWP/WinRT
CellRange コンストラクタ(Int32,Int32,Int32,Int32)

範囲の最初の行のインデックス。
範囲の最後の行のインデックス。
範囲の最初の列のインデックス。
範囲の最後の列のインデックス。
CellRange の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal row1 As System.Integer, _
   ByVal col1 As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
)
public CellRange( 
   System.int row1,
   System.int col1,
   System.int row2,
   System.int col2
)

パラメータ

row1
範囲の最初の行のインデックス。
col1
範囲の最後の行のインデックス。
row2
範囲の最初の列のインデックス。
col2
範囲の最後の列のインデックス。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CellRange 構造体
CellRange メンバ
オーバーロード一覧

Send Feedback