ClassSpreadsheetDefaultValues
Provides constants defining default dimensions, limits, and styling for spreadsheet elements.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public static class SpreadsheetDefaultValues
Inheritance: objectSpreadsheetDefaultValues
Fields
CellCount
The total number of cells in a worksheet (rows × columns).
ColumnCount
The maximum number of columns in a worksheet (16,384).
DefaultColumnWidth
The default width of columns in device-independent pixels.
DefaultFontFamily
The default font family for cell text, referencing the theme's minor font.
Declaration
public static readonly ThemableFontFamily DefaultFontFamily
Field Value
DefaultFontSize
The default font size in device-independent pixels.
DefaultFontSizeInPoints
The default font size in typographic points.
Declaration
public static readonly double DefaultFontSizeInPoints
Field Value
DefaultForeColor
The default color for cell text content, referencing the theme's Text1 color.
Declaration
public static readonly ThemableColor DefaultForeColor
Field Value
DefaultRowHeight
The default height of rows in device-independent pixels.
DefaultScaleFactor
The default zoom level for worksheet display (100%).
DefaultScaleFactorSize
The default zoom scale as width and height multipliers (1×1).
DefaultStyleName
The name of the default cell style applied to new cells.
DefaultTabColor
The default background color for worksheet tabs.
Declaration
public static readonly ThemableColor DefaultTabColor
Field Value
HyperlinkStyleName
The name of the built-in style applied to hyperlink cells.
IndentStep
The pixel width added per indent level in device-independent pixels.
LeftCellMargin
The spacing between the left cell border and content in device-independent pixels.
MaxColumnWidth
The maximum allowed column width in device-independent pixels.
MaxFirstPageNumber
The maximum allowed value for the first page number in printing.
MaxFitToPagesCount
The maximum value for fit-to-pages options.
MaxIndent
The maximum allowed indent level for cell content.
MaxPageScaleFactor
The maximum allowed page scale factor for printing and PDF export (400%).
MaxRowHeight
The maximum allowed row height in device-independent pixels.
MaxScaleFactor
The maximum allowed zoom level for worksheet display (400%).
MinColumnWidth
The minimum allowed column width in device-independent pixels.
MinFirstPageNumber
The minimum allowed value for the first page number in printing.
MinFitToPagesCount
The minimum value for fit-to-pages options (0 means automatic).
MinPageScaleFactor
The minimum allowed page scale factor for printing and PDF export (10%).
MinRowHeight
The minimum allowed row height in device-independent pixels.
MinScaleFactor
The minimum allowed zoom level for worksheet display (50%).
RightCellMargin
The spacing between the right cell border and content in device-independent pixels.
RowCount
The maximum number of rows in a worksheet (1,048,576).
TotalHorizontalCellMargin
The total horizontal spacing reserved for cell margins on both sides.
Declaration
public static readonly double TotalHorizontalCellMargin
Field Value
TotalWorksheetCellRange
A cell range spanning all rows and columns in the worksheet.
Declaration
public static readonly CellRange TotalWorksheetCellRange
Field Value