MESCIUS SPREAD for Windows Forms 17.0J
HasHeaders メソッド

一番上の行のインデックスを示す整数値。
左端の列のインデックスを示す整数値。
一番下の行のインデックスを示す整数値。
右端の列のインデックスを示す整数値。
指定した行に見出しがあるかどうかを判断します。
構文
'Declaration
 
Public Function HasHeaders( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer _
) As Boolean
public bool HasHeaders( 
   int row,
   int column,
   int row2,
   int column2
)

パラメータ

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

戻り値の型

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

Worksheet クラス
Worksheet メンバ

 

 


© MESCIUS inc. All rights reserved.