MindFusion.Wpf Pack Programmer's Guide
ColumnCollection.Item Property (Int32, Int32)
See Also
 





Gets a ColumnRange object that can be used to manipulate the columns in the specified range.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public ColumnRange Item [
    int left,
    int right
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    left As Integer, _
    right As Integer _
) As ColumnRange

 Parameters

left

The zero-based index of the left column in the range.

right

The zero-based index of the right column in the range.

 Property Value

A ColumnRange object that can be used to manipulate the columns in the range.

 See Also

Item Property Overload List
ColumnCollection Members
ColumnCollection Class
MindFusion.Spreadsheet.Wpf Namespace