TdxSpreadSheetCellStyle.Borders Property
Provides access to the style settings of individual cell object‘s borders.
Declaration
property Borders[ABorder: TcxBorder]: TdxSpreadSheetCellBorder read; write;
Property Value
Type |
---|
TdxSpreadSheetCellBorder |
Remarks
You can use the Borders property to customize the appearance of an individual cell border passed as the ABorder parameter. For detailed information on cell border visual settings, refer to the TdxSpreadSheetCellBorder class description.
Both the Spreadsheet and Report Designer controls also provide the following commands allowing end-users to apply certain cell border style presets to the current cell selection(s):
See Also