Class SpreadsheetCustomFormulaBuilder<T>
Represents a class for CustomFormula which includes formula name, functions name properties.
Inheritance
System.Object
SpreadsheetCustomFormulaBuilder<T>
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: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class SpreadsheetCustomFormulaBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
SpreadsheetCustomFormulaBuilder(CustomFormula)
Initializes a new instance of the SpreadsheetCustomFormulaBuilder<T> with the specified custom formula.
Declaration
public SpreadsheetCustomFormulaBuilder(CustomFormula option)
Parameters
Type | Name | Description |
---|---|---|
CustomFormula | option |
SpreadsheetCustomFormulaBuilder(Spreadsheet<T>)
Initializes a new instance of the SpreadsheetCustomFormulaBuilder<T> with the specified spreadsheet object.
Declaration
public SpreadsheetCustomFormulaBuilder(Spreadsheet<T> spreadsheet)
Parameters
Type | Name | Description |
---|---|---|
Spreadsheet<T> | spreadsheet | The Spreadsheet object |
Methods
Add()
Declaration
public void Add()
FormulaName(String)
Specifies the formula name.
Declaration
public SpreadsheetCustomFormulaBuilder<T> FormulaName(string formulaname)
Parameters
Type | Name | Description |
---|---|---|
System.String | formulaname |
Returns
Type | Description |
---|---|
SpreadsheetCustomFormulaBuilder<T> |
FunctionName(String)
Specifies the function name.
Declaration
public SpreadsheetCustomFormulaBuilder<T> FunctionName(string functionname)
Parameters
Type | Name | Description |
---|---|---|
System.String | functionname |
Returns
Type | Description |
---|---|
SpreadsheetCustomFormulaBuilder<T> |