Gets or sets the C1TableCell in the specified row, col position.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public C1TableCell this[ int row, int col ] { get; private set; } |
Visual Basic |
---|
Public Default Property Item ( _ row As Integer, _ col As Integer _ ) As C1TableCell Get Private Set |