SPREAD for WPF 4.0J - GcSpreadSheet
HasHeaders メソッド

GrapeCity.Spreadsheet 名前空間 > Worksheet クラス : HasHeaders メソッド
一番上の行のインデックスを示す整数値。
左端の列のインデックスを示す整数値。
一番下の行のインデックスを示す整数値。
右端の列のインデックスを示す整数値。
指定された行にヘッダーがあるかどうかを判別します。
シンタックス
'宣言
 
Public Function HasHeaders( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer _
) As System.Boolean
public System.bool HasHeaders( 
   System.int row,
   System.int column,
   System.int row2,
   System.int column2
)

パラメータ

row
一番上の行のインデックスを示す整数値。
column
左端の列のインデックスを示す整数値。
row2
一番下の行のインデックスを示す整数値。
column2
右端の列のインデックスを示す整数値。

戻り値の型

テーブルにヘッダーがある場合はtrue。 それ以外の場合はfalse
参照

Worksheet クラス
Worksheet メンバ