Spread for ASP.NET 12 Product Documentation
IsColumnBound Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : IsColumnBound Method
Model column to be tested
Gets whether the column is bound to a data source column.
Syntax
'Declaration
 
Public Function IsColumnBound( _
   ByVal column As Integer _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Boolean
 
value = instance.IsColumnBound(column)
public bool IsColumnBound( 
   int column
)

Parameters

column
Model column to be tested

Return Value

True, if the column is bound; otherwise, false
See Also

Reference

SheetView Class
SheetView Members