'Declaration
Public Overloads Function GetPreferredColumnWidth( _
ByVal column As Integer, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Single
'使用法
Dim instance As SheetView
Dim column As Integer
Dim ignoreHeaders As Boolean
Dim ignoreSpans As Boolean
Dim excludeWordWrap As Boolean
Dim ignoreTable As Boolean
Dim value As Single
value = instance.GetPreferredColumnWidth(column, ignoreHeaders, ignoreSpans, excludeWordWrap, ignoreTable)
public float GetPreferredColumnWidth(
int column,
bool ,
bool ,
bool ,
bool
)