Class SpreadConstants
Defines constants used in the spread exports.
Inheritance
System.Object
SpreadConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Export
Assembly: TelerikExport.dll
Syntax
public static class SpreadConstants
Fields
MaxColumnWidth
The maximum column width allowed by excel in characters.
Declaration
public static readonly double MaxColumnWidth
Field Value
System.Double
|
MaxRowHeight
The maximum row height allowed by excel in points.
Declaration
public static readonly double MaxRowHeight
Field Value
System.Double
|