Class BorderTabContextBase
Represents base for the border tab context classes.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class BorderTabContextBase : FormatCellsTabContextBase, IBorderTabContext, IFormatCellsTabContext
Constructors
BorderTabContextBase(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the BorderTabContextBase class.
Declaration
protected BorderTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
The RadSpreadsheet. |
CellStyle
cellStyle
The cell style. |
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
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
CellBorder
The current border. |