GetPreferredColumnWidth(Int32,Boolean) Method
Gets the width of the widest cell (based on text content) in the specified column on this sheet.
'Declaration
Public Overloads Function GetPreferredColumnWidth( _
ByVal column As Integer, _
ByVal As Boolean _
) As Single
'Usage
Dim instance As SheetView
Dim column As Integer
Dim ignoreHeaders As Boolean
Dim value As Single
value = instance.GetPreferredColumnWidth(column, ignoreHeaders)
Parameters
- column
- Column index
- ignoreHeaders
- Whether to ignore column header cells