'宣言 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
- 行または列の0から始まるインデックス( TableVector.Ordinal)。
戻り値の型
指定したベクターの TableVector.CanSplitプロパティの値。ベクターが初期化されていない場合は false。