GrapeCity.Xaml.SpreadSheet.Data
IntersectColumn Method


GrapeCity.Xaml.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 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
The column index.

Return Value

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

Reference

CellRange Class
CellRange Members