Class PivotGridSpreadExportCellElement
Inheritance
System.Object
PivotGridSpreadExportCellElement
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: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotGridSpreadExportCellElement
Constructors
PivotGridSpreadExportCellElement()
Declaration
public PivotGridSpreadExportCellElement()
Properties
BackColor
Declaration
public Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
System.Drawing.Color
|
ColumnIndex
Declaration
public int ColumnIndex { get; set; }
Property Value
System.Int32
|
DataType
Font
Declaration
public Font Font { get; set; }
Property Value
System.Drawing.Font
|
ForeColor
Declaration
public Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
FormatString
Declaration
public string FormatString { get; set; }
Property Value
System.String
|
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
System.Int32
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextAlignment
Declaration
public ContentAlignment TextAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
TextOrientation
Declaration
public Orientation TextOrientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
TextWrap
Declaration
public bool TextWrap { get; set; }
Property Value
System.Boolean
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|