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 Border
Declaration
protected BorderTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
Rad The RadSpreadsheet. |
Cell The cell style. |
Properties
CellBorders
Gets or sets the cell borders.
Declaration
public CellBorders CellBorders { get; set; }
Property Value
Cell The cell borders. |
Implements
CurrentBorder
Gets the current border.
Declaration
public CellBorder CurrentBorder { get; protected set; }
Property Value
Cell The current border. |
Implements
SelectedColumnsCount
Gets the selected columns count.
Declaration
public int SelectedColumnsCount { get; protected set; }
Property Value
System. The selected columns count. |
Implements
SelectedRowsCount
Gets the selected rows count.
Declaration
public int SelectedRowsCount { get; protected set; }
Property Value
System. The selected rows count. |
Implements
Methods
GetCurrentBorder()
Gets the current border.
Declaration
protected CellBorder GetCurrentBorder()
Returns
Cell The current border. |