'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As C1TextRange
'使用法 Dim instance As C1TextBlockRange Dim index As System.Integer Dim value As C1TextRange value = instance.Item(index)
public C1TextRange this[ System.int index ]; {get;}
パラメータ
- index
- Index of the text range.