public string GetRowAutoText( int row )
'Declaration Public Function GetRowAutoText( _ ByVal row As Integer _ ) As String
'Declaration
Public Function GetRowAutoText( _ ByVal row As Integer _ ) As String
string s; s = fpSpread1.ActiveSheet.GetRowAutoText(1); listBox1.Items.Add(s);
Dim s As String s = FpSpread1.ActiveSheet.GetRowAutoText(1) ListBox1.Items.Add(s)
SheetView クラス SheetView メンバ
自動連番のカスタマイズ
© MESCIUS inc. All rights reserved.