RichTextBox for WinRT
Item Property (C1TableHelper)


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
'Usage
 
Dim instance As C1TableHelper
Dim row As System.Integer
Dim col As System.Integer
Dim value As C1TableCell
 
value = instance.Item(row, col)
public C1TableCell this[ 
   System.int row,
   System.int col
]; {get;}

Parameters

row
col
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TableHelper Class
C1TableHelper Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback