InterfaceIBorderTabContext
Interface
Defines members for the border tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public interface IBorderTabContext : IFormatCellsTabContext
Inherited Members
Properties
CellBorders
Gets or sets the cell borders.
Declaration
cs-api-definition
CellBorders CellBorders { get; set; }
Property Value
CellBorders
The cell borders.
CurrentBorder
Gets the current border.
Declaration
cs-api-definition
CellBorder CurrentBorder { get; }
Property Value
CellBorder
The current border.
SelectedColumnsCount
Gets the selected columns count.
Declaration
cs-api-definition
int SelectedColumnsCount { get; }
Property Value
The selected columns count.
SelectedRowsCount
Gets the selected rows count.
Declaration
cs-api-definition
int SelectedRowsCount { get; }
Property Value
The selected rows count.