PrintDocument for WinForms
GetVectorCanSplit メソッド (TableVectorCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス : GetVectorCanSplit メソッド
The 0-based index (TableVector.Ordinal) of the row or column.
Returns the value of the TableVector.CanSplit property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details).
シンタックス
'宣言
 
Public Function GetVectorCanSplit( _
   ByVal index As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As TableVectorCollection
Dim index As System.Integer
Dim value As System.Boolean
 
value = instance.GetVectorCanSplit(index)
public System.bool GetVectorCanSplit( 
   System.int index
)

パラメータ

index
The 0-based index (TableVector.Ordinal) of the row or column.

戻り値の型

The value of the specified vector's TableVector.CanSplit property, or false if the vector has not been initialized.
参照

TableVectorCollection クラス
TableVectorCollection メンバ