FlexGrid for UWP/WinRT
SetRange(Int32,Int32,Int32,Int32) メソッド

Row プロパティに割り当てる値。
Column プロパティに割り当てる値。
Row2 プロパティに割り当てる値。
Column2 プロパティに割り当てる値。
RowRow2Column、および Column2 プロパティの値を設定します。
構文
'宣言
 
Public Overloads Sub SetRange( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
) 
public void SetRange( 
   System.int row,
   System.int col,
   System.int row2,
   System.int col2
)

パラメータ

row
Row プロパティに割り当てる値。
col
Column プロパティに割り当てる値。
row2
Row2 プロパティに割り当てる値。
col2
Column2 プロパティに割り当てる値。
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