'Declaration Public Function GetTabStripRectangle() As Rectangle
public Rectangle GetTabStripRectangle()
Return Value
Rectangle object containing the size and location of the rectangle of the tab strip
'Declaration Public Function GetTabStripRectangle() As Rectangle
public Rectangle GetTabStripRectangle()
fpSpread1.Sheets.Count = 2; listBox1.Items.Add(fpSpread1.GetTabStripRectangle().ToString());
FpSpread1.Sheets.Count = 2 ListBox1.Items.Add(FpSpread1.GetTabStripRectangle().ToString())