Parameters
- row
- Row index of the row header
Return Value
String containing the automatic text in the specified row header
string s;
s = fpSpread1.ActiveSheet.GetRowAutoText(1);
listBox1.Items.Add(s);
Dim s As String s = FpSpread1.ActiveSheet.GetRowAutoText(1) ListBox1.Items.Add(s)