Class ExcelMLStylesEventArgs
Contains the ExcelML custom styles that are generated on the occurrence of the InitializingExcelMLStyles event.
Inheritance
System.Object
System.EventArgs
ExcelMLStylesEventArgs
Inherited Members
System.EventArgs.Empty
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.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLStylesEventArgs : EventArgs
Constructors
ExcelMLStylesEventArgs()
Declaration
public ExcelMLStylesEventArgs()
Properties
Styles
Gets the ExcelMLStyles list.
Declaration
public List<ExcelMLStyle> Styles { get; }
Property Value
System.Collections.Generic.List<ExcelMLStyle>
The styles. |