MESCIUS SPREAD for Windows Forms 15.0J
GetCellRange(String,Int32,Int32,Int32,Int32) メソッド

"A1:C3"などの値
0から始まる、行の開始インデックス
0から始まる、列の開始インデックス
0から始まる、行の終了インデックス
0から始まる、列の終了インデックス
セル範囲を取得します。
構文
'宣言
 
Public Overloads Shared Sub GetCellRange( _
   ByVal value As String, _
   ByRef startRowIndex As Integer, _
   ByRef startColumnIndex As Integer, _
   ByRef endRowIndex As Integer, _
   ByRef endColumnIndex As Integer _
) 
public static void GetCellRange( 
   string value,
   ref int startRowIndex,
   ref int startColumnIndex,
   ref int endRowIndex,
   ref int endColumnIndex
)

パラメータ

value
"A1:C3"などの値
startRowIndex
0から始まる、行の開始インデックス
startColumnIndex
0から始まる、列の開始インデックス
endRowIndex
0から始まる、行の終了インデックス
endColumnIndex
0から始まる、列の終了インデックス
参照

ExcelXMLHelpers クラス
ExcelXMLHelpers メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.