Get cell of a row in the specified column.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Cell GetCell(
	Column column
)
Visual Basic
Public Function GetCell ( _
	column As Column _
) As Cell
Visual C++
public:
Cell^ GetCell(
	Column^ column
)

Parameters

column
Type: Arctorus.Documents.Tables..::..Column
Column which cell belongs to.

Return Value

Table cell.

See Also