Class BorderTabContextBase
Represents base for the border tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class BorderTabContextBase : FormatCellsTabContextBase, IBorderTabContext, IFormatCellsTabContext
Constructors
BorderTabContextBase(RadSpreadsheet)
Initializes a new instance of the BorderTabContextBase class.
Declaration
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
BorderTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the BorderTabContextBase class.
Declaration
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Properties
CellBorders
Gets or sets the cell borders.
Declaration
public CellBorders CellBorders { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellBorders
The cell borders. |
Implements
CurrentBorder
Gets the current border.
Declaration
public CellBorder CurrentBorder { get; protected set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellBorder
The current border. |
Implements
SelectedColumnsCount
Gets the selected columns count.
Declaration
public int SelectedColumnsCount { get; protected set; }
Property Value
System.Int32
The selected columns count. |
Implements
SelectedRowsCount
Gets the selected rows count.
Declaration
public int SelectedRowsCount { get; protected set; }
Property Value
System.Int32
The selected rows count. |
Implements
Methods
GetCurrentBorder()
Gets the current border.
Declaration
protected CellBorder GetCurrentBorder()
Returns
Telerik.Windows.Documents.Spreadsheet.Model.CellBorder
The current border. |