public int GetViewportBottomRow( int rowViewportIndex )
'宣言 Public Overloads Function GetViewportBottomRow( _ ByVal rowViewportIndex As Integer _ ) As Integer
'宣言
Public Overloads Function GetViewportBottomRow( _ ByVal rowViewportIndex As Integer _ ) As Integer
ビューポート行のインデックスは0から始まります。つまり、最初(一番上)のビューポート行のインデックスは0になります。
int i = fpSpread1.GetViewportBottomRow(1); MessageBox.Show(i.ToString());
Dim i As Integer = FpSpread1.GetViewportBottomRow(1) MessageBox.Show(i.ToString())
FpSpread クラス FpSpread メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.