'Declaration Public Function IntersectRow( _ ByVal row As Integer _ ) As Boolean
'Declaration
Public Function IntersectRow( _ ByVal row As Integer _ ) As Boolean
'Usage Dim instance As CellRange Dim row As Integer Dim value As Boolean value = instance.IntersectRow(row)
'Usage
Dim instance As CellRange Dim row As Integer Dim value As Boolean value = instance.IntersectRow(row)
public bool IntersectRow( int row )
CellRange Class CellRange Members