IRichEditControl.ShowTablePropertiesForm(SelectedCellsCollection) Method
For internal use.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
void ShowTablePropertiesForm(
SelectedCellsCollection selectedCells
)
Sub ShowTablePropertiesForm(
selectedCells As SelectedCellsCollection
)
Parameters
| Name | Type |
|---|---|
| selectedCells | DevExpress.XtraRichEdit.Tables.Native.SelectedCellsCollection |
See Also