XlsEventArgs
Empty Property
|
Returns the class instance with empty values. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static XlsEventArgs Empty { get; }
Public Shared ReadOnly Property Empty As XlsEventArgs
Get
public:
static property XlsEventArgs^ Empty {
XlsEventArgs^ get ();
}
static member Empty : XlsEventArgs with get
Property Value
Type:
XlsEventArgs
See Also