RichTextBox for UWP/WinRT
Item プロパティ (C1TableHelper)

指定された行と列の位置にある C1.Silverlight.RichTextBox.Documents.C1TableCell を取得または設定します。
構文
'宣言
 
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;}

パラメータ

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

参照

関連項目

C1TableHelper クラス
C1TableHelper メンバ

Send Feedback