Gets the width of the widest cell (based on text contents) in the specified column on this sheet.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SheetView
Dim column As Integer
Dim ignoreHeaders As Boolean
Dim ignoreSpans As Boolean
Dim value As Single
value = instance.GetPreferredColumnWidth(column, ignoreHeaders, ignoreSpans) |
Parameters
- column
- Column index
- ignoreHeaders
- Whether to ignore column header cells
- ignoreSpans
- Whether to ignore spans
Return Value
Single-precision, floating-point number of pixels of the width of the cell with the widest text in the row
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also