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