MESCIUS SPREAD for Windows Forms 15.0J
GetColumnViewportCount() メソッド
使用例 

アクティブシートのビューポート列の数を取得します。
構文
'宣言
 
Public Overloads Function GetColumnViewportCount() As Integer
public int GetColumnViewportCount()

戻り値の型

ビューポート列の数を表す Integer
使用例
fpSpread1.AddViewport(0, 0);

int i;
i = fpSpread1.GetColumnViewportCount();
textBox1.Text = i.ToString();
FpSpread1.AddViewport(0, 0)

Dim i As Integer
i = FpSpread1.GetColumnViewportCount()
TextBox1.Text = i.ToString()
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.