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