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