Spread for ASP.NET 12 Product Documentation
SetColumnSizeable Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetColumnSizeable Method
Column index
Whether to allow users to resize columns
Sets whether users can resize individual columns.
Syntax
'Declaration
 
Public Sub SetColumnSizeable( _
   ByVal column As Integer, _
   ByVal sizeable As Boolean _
) 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim sizeable As Boolean
 
instance.SetColumnSizeable(column, sizeable)
public void SetColumnSizeable( 
   int column,
   bool sizeable
)

Parameters

column
Column index
sizeable
Whether to allow users to resize columns
See Also

Reference

SheetView Class
SheetView Members