Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCellStyle.Borders Property

Provides access to the style settings of individual cell object‘s borders.

#Declaration

Delphi
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