PowerTools SPREAD for Windows Forms 8.0J
Count プロパティ (TabStrip)


表示されるシートタブの数を取得します。
構文
'Declaration
 
Public ReadOnly Property Count As Integer
'使用法
 
Dim instance As TabStrip
Dim value As Integer
 
value = instance.Count
public int Count {get;}

プロパティ値

表示されるタブの数を表すInteger
解説

このプロパティが使用できるのは実行時のみです。

次のサンプルコードは、コレクション内のシートタブの数を返します。
int i;

i = fpSpread1.TabStrip.Count;
MessageBox.Show(i.ToString());
Dim i As Integer

i = FpSpread1.TabStrip.Count
MessageBox.Show(i.ToString())
参照

TabStrip クラス
TabStrip メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.