'宣言 Public Function GetVectorVisible( _ ByVal index As System.Integer _ ) As System.Boolean
'使用法 Dim instance As TableVectorCollection Dim index As System.Integer Dim value As System.Boolean value = instance.GetVectorVisible(index)
public System.bool GetVectorVisible( System.int index )
パラメータ
- index
- The 0-based index (TableVector.Ordinal) of the row or column.
戻り値の型
The value of the specified vector's TableVector.Visible property, or true if the vector has not been initialized.