MESCIUS SPREAD for Windows Forms 17.0J
Count プロパティ (TabStrip)

表示されるシートタブの数を取得します。
構文
'Declaration
 
Public ReadOnly Property Count As Integer
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 メンバ

 

 


© MESCIUS inc. All rights reserved.