Spread Windows Forms 7.0 Product Documentation
GetPreferredColumnWidth(Int32,Boolean,Boolean) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > GetPreferredColumnWidth Method : GetPreferredColumnWidth(Int32,Boolean,Boolean) Method


column
Column index
ignoreHeaders
Whether to ignore column header cells
ignoreSpans
Whether to ignore spans

Glossary Item Box

Gets the width of the widest cell (based on text content) in the specified column on this sheet.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetPreferredColumnWidth( _
   ByVal column As Integer, _
   ByVal ignoreHeaders As Boolean, _
   ByVal ignoreSpans As Boolean _
) As Single
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)
C# 
public float GetPreferredColumnWidth( 
   int column,
   bool ignoreHeaders,
   bool 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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.