Spread Silverlight Documentation
IntersectColumn Method


GrapeCity.Windows.SpreadSheet.Data Namespace > CellRange Class : IntersectColumn Method
The column index.
Determines whether the range of cells intersects the specified column.
Syntax
'Declaration
 
Public Function IntersectColumn( _
   ByVal column As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As CellRange
Dim column As System.Integer
Dim value As System.Boolean
 
value = instance.IntersectColumn(column)
public System.bool IntersectColumn( 
   System.int column
)

Parameters

column
The column index.

Return Value

true if the range intersects the column; otherwise, false.
See Also

Reference

CellRange Class
CellRange Members