Procedure TParagraph.CellSelectionAdd

Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph

Description

Adds the cell selection flag to this cell or all cells of this row or this table.
Example: WPRichText1.Table.CellSelectionRemove; WPRichText1.Table.Rows[3].Cols[2].CellSelectionAdd; WPRichText1.Table.Rows[3].Cols[1].CellSelectionAdd; WPRichText1.Table.Rows[3].Cols[3].CellSelectionAdd; WPRichText1.Table.Rows[2].Cols[0].CellSelectionAdd; WPRichText1.Repaint;