Class SpreadsheetDefaultValues
Provides the default values of RadSpreadsheet.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class SpreadsheetDefaultValues
Fields
CellCount
The cell count in a worksheet in RadSpreadsheet.
Declaration
public static readonly long CellCount
Field Value
System.Int64
|
ColumnCount
The column count in a worksheet in RadSpreadsheet.
Declaration
public static readonly int ColumnCount
Field Value
System.Int32
|
DefaultColumnWidth
The default width of the columns.
Declaration
public static readonly double DefaultColumnWidth
Field Value
System.Double
|
DefaultFontFamily
The default font family.
Declaration
public static readonly ThemableFontFamily DefaultFontFamily
Field Value
ThemableFontFamily
|
DefaultFontSize
The default font size in dip.
Declaration
public static readonly double DefaultFontSize
Field Value
System.Double
|
DefaultFontSizeInPoints
The default font size measured in points.
Declaration
public static readonly double DefaultFontSizeInPoints
Field Value
System.Double
|
DefaultForeColor
The default font color.
Declaration
public static readonly ThemableColor DefaultForeColor
Field Value
ThemableColor
|
DefaultRowHeight
The default height of the rows.
Declaration
public static readonly double DefaultRowHeight
Field Value
System.Double
|
DefaultScaleFactor
The default scale factor.
Declaration
public const double DefaultScaleFactor = 1
Field Value
System.Double
|
DefaultScaleFactorSize
The default scale factor size.
Declaration
public static readonly Size DefaultScaleFactorSize
Field Value
System.Windows.Size
|
DefaultStyleName
The default style name.
Declaration
public static readonly string DefaultStyleName
Field Value
System.String
|
DefaultTabColor
The default sheet tab color.
Declaration
public static readonly ThemableColor DefaultTabColor
Field Value
ThemableColor
|
HyperlinkStyleName
The default style name for hyperlinks.
Declaration
public static readonly string HyperlinkStyleName
Field Value
System.String
|
IndentStep
The indent step size which is multiplied by the indent factor.
Declaration
public static readonly double IndentStep
Field Value
System.Double
|
LeftCellMargin
The left margin of a cell.
Declaration
public static readonly double LeftCellMargin
Field Value
System.Double
|
MaxColumnWidth
The maximum width of a column.
Declaration
public static readonly double MaxColumnWidth
Field Value
System.Double
|
MaxFirstPageNumber
The maximum number allowed to be used for first page number.
Declaration
public const int MaxFirstPageNumber = 32767
Field Value
System.Int32
|
MaxFitToPagesCount
The maximum count of pages to fit.
Declaration
public const int MaxFitToPagesCount = 32767
Field Value
System.Int32
|
MaxIndent
The maximum indent value.
Declaration
public static readonly int MaxIndent
Field Value
System.Int32
|
MaxPageScaleFactor
The maximum scale factor in the context of printing and pdf export.
Declaration
public static readonly double MaxPageScaleFactor
Field Value
System.Double
|
MaxRowHeight
The maximum height of a row.
Declaration
public static readonly double MaxRowHeight
Field Value
System.Double
|
MaxScaleFactor
The maximum scale factor.
Declaration
public static readonly double MaxScaleFactor
Field Value
System.Double
|
MinColumnWidth
The minimum width of a column.
Declaration
public static readonly double MinColumnWidth
Field Value
System.Double
|
MinFirstPageNumber
The minimum number allowed to be used for first page number.
Declaration
public const int MinFirstPageNumber = -32765
Field Value
System.Int32
|
MinFitToPagesCount
The minimum count of pages to fit.
Declaration
public const int MinFitToPagesCount = 0
Field Value
System.Int32
|
MinPageScaleFactor
The minimum scale factor in the context of printing and pdf export.
Declaration
public static readonly double MinPageScaleFactor
Field Value
System.Double
|
MinRowHeight
The minimum height of a row.
Declaration
public static readonly double MinRowHeight
Field Value
System.Double
|
MinScaleFactor
The minimum scale factor.
Declaration
public static readonly double MinScaleFactor
Field Value
System.Double
|
RightCellMargin
The right margin of a cell.
Declaration
public static readonly double RightCellMargin
Field Value
System.Double
|
RowCount
The row count in a worksheet in RadSpreadsheet.
Declaration
public static readonly int RowCount
Field Value
System.Int32
|
TotalHorizontalCellMargin
The sum of the left and right cell margins.
Declaration
public static readonly double TotalHorizontalCellMargin
Field Value
System.Double
|
TotalWorksheetCellRange
The cell range encompassing the entire worksheet.
Declaration
public static readonly CellRange TotalWorksheetCellRange
Field Value
CellRange
|