[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfCellCollection.Item

this Property

this[int]

Gets or sets the RTF cell at the specified index within the collection.

Declaration
public RtfCell this[int index] { get; set; }
Parameters
Type Name Description
int index
Property Value
Type Description
RtfCell

The RTF cell.