FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : GetTabStripRectangle メソッド |
'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())