Spread for ASP.NET 12 Product Documentation
IntersectColumn Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > CellRange Class : IntersectColumn Method
Column index
Determines whether the range of cells intersects the specified column.
Syntax
'Declaration
 
Public Function IntersectColumn( _
   ByVal column As Integer _
) As Boolean
'Usage
 
Dim instance As CellRange
Dim column As Integer
Dim value As Boolean
 
value = instance.IntersectColumn(column)
public bool IntersectColumn( 
   int column
)

Parameters

column
Column index
See Also

Reference

CellRange Class
CellRange Members