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

ビューポート列インデックス
アクティブなシートに指定したビューポートの右端列の後の列を取得します。
構文
'宣言
 
Public Overloads Function GetViewportRightColumn( _
   ByVal columnViewportIndex As Integer _
) As Integer
public int GetViewportRightColumn( 
   int columnViewportIndex
)

パラメータ

columnViewportIndex
ビューポート列インデックス

戻り値の型

ビューポートの一番右の列のインデックスを表す Integer
解説

ビューポート列のインデックスは0から始まります。つまり、最初(一番左)のビューポート列のインデックスは0になります。

使用例
次のサンプルコードは、ビューポートの右端列の後の列を返します。
int i = fpSpread1.GetViewportRightColumn(1);

MessageBox.Show(i.ToString());
Dim i As Integer = FpSpread1.GetViewportRightColumn(1)

MessageBox.Show(i.ToString())
参照

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

 

 


© MESCIUS inc. All rights reserved.