Class TreeViewSpreadExportCell
Inheritance
System.Object
TreeViewSpreadExportCell
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.UI.dll
Syntax
public class TreeViewSpreadExportCell
Constructors
TreeViewSpreadExportCell()
Declaration
public TreeViewSpreadExportCell()
Properties
BackColor
Declaration
public Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
BorderBottomColor
Declaration
public Color BorderBottomColor { get; set; }
Property Value
System.Drawing.Color
|
BorderBoxStyle
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
System.Drawing.Color
|
BorderLeftColor
Declaration
public Color BorderLeftColor { get; set; }
Property Value
System.Drawing.Color
|
BorderRightColor
Declaration
public Color BorderRightColor { get; set; }
Property Value
System.Drawing.Color
|
BorderTopColor
Declaration
public Color BorderTopColor { get; set; }
Property Value
System.Drawing.Color
|
ColSpan
Declaration
public int ColSpan { get; set; }
Property Value
System.Int32
|
Font
Declaration
public Font Font { get; set; }
Property Value
System.Drawing.Font
|
ForeColor
Declaration
public Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
System.Int32
|
Size
Declaration
public Size Size { get; set; }
Property Value
System.Drawing.Size
|
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
|