Objective Grid for Microsoft® .NET® Reference Guide

Range.Col Method 

Back to Class Index

Creates a range of one column.

[Visual Basic]
Public Shared Function Col( _
   ByVal nCol As Integer _
) As Range
[C#]
public static Range Col(
   int nCol
);

Parameters

nCol
The column to be referenced by this range.

See Also

Range Class | Range Members | Stingray.Grid Namespace