'Declaration Public Function GetTabStripRectangle() As Rectangle
'Declaration
Public Function GetTabStripRectangle() As Rectangle
'使用法 Dim instance As FpSpread Dim value As Rectangle value = instance.GetTabStripRectangle()
'使用法
Dim instance As FpSpread Dim value As Rectangle value = instance.GetTabStripRectangle()
public Rectangle GetTabStripRectangle()
fpSpread1.Sheets.Count = 2; listBox1.Items.Add(fpSpread1.GetTabStripRectangle().ToString());
FpSpread1.Sheets.Count = 2 ListBox1.Items.Add(FpSpread1.GetTabStripRectangle().ToString())
FpSpread クラス FpSpread メンバ
シート名タブ
Copyright © 2004 GrapeCity inc.