public float GetPreferredColumnWidth( int column, bool ignoreHeaders, bool ignoreSpans, bool excludeWordWrap, bool ignoreTable )
'宣言 Public Overloads Function GetPreferredColumnWidth( _ ByVal column As Integer, _ ByVal ignoreHeaders As Boolean, _ ByVal ignoreSpans As Boolean, _ ByVal excludeWordWrap As Boolean, _ ByVal ignoreTable As Boolean _ ) As Single
'宣言
Public Overloads Function GetPreferredColumnWidth( _ ByVal column As Integer, _ ByVal ignoreHeaders As Boolean, _ ByVal ignoreSpans As Boolean, _ ByVal excludeWordWrap As Boolean, _ ByVal ignoreTable As Boolean _ ) As Single
float size; size = fpSpread1.ActiveSheet.GetPreferredColumnWidth(0, true, true, true, true); listBox1.Items.Add(size.ToString());
Dim Size As Integer Size = fpSpread1.ActiveSheet.GetPreferredColumnWidth(0, True, True, True, True) ListBox1.Items.Add(Size.ToString())
SheetView クラス SheetView メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.