BorderTabContextBase
Represents base for the border tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class BorderTabContextBase : FormatCellsTabContextBase, IBorderTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseBorderTabContextBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the BorderTabContextBase class.
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
The RadSpreadsheet.
cellStyleCellStyleThe cell style.
Initializes a new instance of the BorderTabContextBase class.
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)
The RadSpreadsheet.
differentialFormattingDifferentialFormattingThe differential formatting for the condittional formatting.
Initializes a new instance of the BorderTabContextBase class.
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet)
The RadSpreadsheet.
Properties
CellBorders
CellBorders
Gets or sets the cell borders.
public CellBorders CellBorders { get; set; }
The cell borders.
Implements:
CurrentBorder
CellBorder
Gets the current border.
public CellBorder CurrentBorder { get; protected set; }
The current border.
Implements:
Gets the selected columns count.
public int SelectedColumnsCount { get; protected set; }
The selected columns count.
Implements:
Gets the selected rows count.
public int SelectedRowsCount { get; protected set; }
The selected rows count.
Implements:
Methods
GetCurrentBorder()
CellBorder
Gets the current border.
protected CellBorder GetCurrentBorder()
CellBorder
The current border.