Class ListViewSpreadExportCell
Inheritance
System.Object
ListViewSpreadExportCell
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 ListViewSpreadExportCell
Constructors
ListViewSpreadExportCell()
Declaration
public ListViewSpreadExportCell()
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
|
FormatString
Declaration
public string FormatString { get; set; }
Property Value
System.String
|
Image
Declaration
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
ImageAlignment
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
Size
Declaration
public Size Size { get; set; }
Property Value
System.Drawing.Size
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextAlignment
Declaration
public ContentAlignment TextAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
TextImageRelation
Declaration
public TextImageRelation TextImageRelation { get; set; }
Property Value
System.Windows.Forms.TextImageRelation
|
TextOrientation
Declaration
public Orientation TextOrientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
TextWrap
Declaration
public bool TextWrap { get; set; }
Property Value
System.Boolean
|
Type
Declaration
public Type Type { get; set; }
Property Value
System.Type
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|