public int GetActiveColumnViewportIndex()
'宣言 Public Overloads Function GetActiveColumnViewportIndex() As Integer
'宣言
Public Overloads Function GetActiveColumnViewportIndex() As Integer
ビューポート列のインデックスは0から始まります。つまり、最初(一番左)のビューポート列のインデックスは0になります。
fpSpread1.Sheets.Count = 3; fpSpread1.AddViewport(1, 0, 0); int i; i = fpSpread1.GetActiveColumnViewportIndex(1); textBox1.Text = i.ToString();
FpSpread1.AddViewport(0, 0) Dim i As Integer i = FpSpread1.GetActiveColumnViewportIndex() TextBox1.Text = i.ToString()
FpSpread クラス FpSpread メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.