ComponentOne RichTextBox for WPF and Silverlight
Item Property (C1TableHelper)

C1.WPF.RichTextBox Namespace > C1TableHelper Class : Item Property
Gets or sets the C1.Silverlight.RichTextBox.Documents.C1TableCell in the specified row, col position.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As C1TableCell
public C1TableCell this[ 
   System.int row,
   System.int col
]; {get;}

Parameters

row
col
See Also

Reference

C1TableHelper Class
C1TableHelper Members