Skip to main content

IRichEditControl.ShowBorderShadingForm(SelectedCellsCollection) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

void ShowBorderShadingForm(
    SelectedCellsCollection selectedCells
)
Sub ShowBorderShadingForm(
    selectedCells As SelectedCellsCollection
)

Parameters

Name Type
selectedCells DevExpress.XtraRichEdit.Tables.Native.SelectedCellsCollection
See Also