Method | Description | |
---|---|---|
GenerateCompressedFormula ( ) : string |
Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
|
|
GenerateCompressedFormulaAndViewSettings ( ) : string |
Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
|
Method | Description | |
---|---|---|
CompressFormula ( string source ) : string |
Compress the formula (remove big spaces, newlines, comments.
|
protected static CompressFormula ( string source ) : string | ||
source | string | |
return | string |
public static GenerateCompressedFormula ( ) : string | ||
return | string |
public static GenerateCompressedFormulaAndViewSettings ( ) : string | ||
return | string |