ClassBorderTabContextBase
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
BorderTabContextBase(RadSpreadsheet)
Initializes a new instance of the BorderTabContextBase class.
Declaration
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet)
Parameters
radSpreadsheet
The RadSpreadsheet.
BorderTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the BorderTabContextBase class.
Declaration
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
radSpreadsheet
The RadSpreadsheet.
cellStyle
CellStyle
The cell style.
BorderTabContextBase(RadSpreadsheet, DifferentialFormatting)
Initializes a new instance of the BorderTabContextBase class.
Declaration
protected BorderTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)
Parameters
radSpreadsheet
The RadSpreadsheet.
differentialFormatting
DifferentialFormatting
The differential formatting for the condittional formatting.
Properties
CellBorders
Gets or sets the cell borders.
Declaration
public CellBorders CellBorders { get; set; }
Property Value
CellBorders
The cell borders.
Implements
CurrentBorder
Gets the current border.
Declaration
public CellBorder CurrentBorder { get; protected set; }
Property Value
CellBorder
The current border.
Implements
SelectedColumnsCount
Gets the selected columns count.
Declaration
public int SelectedColumnsCount { get; protected set; }
Property Value
The selected columns count.
Implements
SelectedRowsCount
Gets the selected rows count.
Declaration
public int SelectedRowsCount { get; protected set; }
Property Value
The selected rows count.
Implements
Methods
GetCurrentBorder()
Gets the current border.
Declaration
protected CellBorder GetCurrentBorder()
Returns
CellBorder
The current border.