Gets or sets the C1TableCell in the specified row, col position.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1TableCell this[
	int row,
	int col
] { get; private set; }
Visual Basic
Public Property Item ( _
	row As Integer, _
	col As Integer _
) As C1TableCell
	Get
	Private Set

Parameters

row
Type: System..::..Int32
col
Type: System..::..Int32

Field Value

See Also