Objective Grid for Microsoft® .NET® Reference Guide

Range.Cols Method 

Back to Class Index

Creates a range of columns.

[Visual Basic]
Public Shared Function Cols( _
   ByVal nFrom As Integer, _
   ByVal nTo As Integer _
) As Range
[C#]
public static Range Cols(
   int nFrom,
   int nTo
);

Parameters

nFrom
The starting column for the range.
nTo
The ending row for the range.

See Also

Range Class | Range Members | Stingray.Grid Namespace