'Declaration
Public Overloads Function GetPreferredColumnWidth( _ ByVal column As Integer, _ ByVal ignoreHeaders As Boolean, _ ByVal ignoreSpans As Boolean, _ ByVal excludeWordWrap As Boolean _ ) As Single
'Usage
Dim instance As SheetView Dim column As Integer Dim ignoreHeaders As Boolean Dim ignoreSpans As Boolean Dim excludeWordWrap As Boolean Dim value As Single value = instance.GetPreferredColumnWidth(column, ignoreHeaders, ignoreSpans, excludeWordWrap)
public float GetPreferredColumnWidth( int column, bool ignoreHeaders, bool ignoreSpans, bool excludeWordWrap )
Parameters
- column
- Column index
- ignoreHeaders
- Whether to ignore column header cells
- ignoreSpans
- Whether to ignore spans
- excludeWordWrap
- Whether to exclude cells with wrapped contents