TableCell.Index Property
Gets the cell index in a row’s cell collection.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v24.1.dll
NuGet Package: DevExpress.Blazor.RichEdit
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
Int32 | A zero-based index. |
See Also