Spread for ASP.NET 12 Product Documentation
GetColumnWidth Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetColumnWidth Method
Column index
Gets the width of the specified column in pixels.
Syntax
'Declaration
 
Public Function GetColumnWidth( _
   ByVal column As Integer _
) As Integer
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Integer
 
value = instance.GetColumnWidth(column)
public int GetColumnWidth( 
   int column
)

Parameters

column
Column index
See Also

Reference

SheetView Class
SheetView Members