'宣言 Public Function GetVectorSize( _ ByVal index As System.Integer _ ) As LengthBase
'使用法 Dim instance As TableVectorCollection Dim index As System.Integer Dim value As LengthBase value = instance.GetVectorSize(index)
public LengthBase GetVectorSize( System.int index )
パラメータ
- index
- The 0-based index (TableVector.Ordinal) of the row or column.
戻り値の型
The height or width of the row or column.