Class GridFormulaParsingEventArgs
Inheritance
System.Object
System.EventArgs
GridFormulaParsingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class GridFormulaParsingEventArgs : EventArgs
Constructors
GridFormulaParsingEventArgs()
Default constructor.
Declaration
public GridFormulaParsingEventArgs()
GridFormulaParsingEventArgs(String)
Holds a reference to the string that is to be parsed..
Declaration
public GridFormulaParsingEventArgs(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The formula that is to be parsed. |
Properties
Text
Get or sets the formula about to be parsed.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |