OdsCellFieldCollection.Item

OdsCellFieldCollection indexer (1 of 2)

Gets the field by the index.

public OdsCellField this[int index] { get; }
ParameterDescription
indexThe index.

See Also


OdsCellFieldCollection indexer (2 of 2)

Gets the field by row and column index.

public OdsCellField this[int row, int column] { get; }
ParameterDescription
rowThe row index.
columnThe column index.

See Also