Gets a ColumnRange object that can be used to manipulate the columns in the specified range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public ColumnRange Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
The zero-based index of the left column in the range.
The zero-based index of the right column in the range.
A ColumnRange object that can be used to manipulate the columns in the range.
See Also