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





Gets the column at the specified index.

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

 Syntax

C#  Copy Code

public Column Item [
    int index
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    index As Integer _
) As Column

 Parameters

index

The zero-based index of the column to get.

 Property Value

A Column object identifying the column at the specified position.

 See Also

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