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

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

パラメータ

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