'Declaration Public Overloads Overridable ReadOnly Property Item( _ ByVal column As ColumnBase _ ) As Cell
'Usage Dim instance As CellCollection Dim column As ColumnBase Dim value As Cell value = instance.Item(column)
public virtual Cell Item( ColumnBase column ) {get;}
Parameters
- column
- A Column representing the current column of the cell.