Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
CompressFormula ( string source ) : string |
Compress the formula (remove big spaces, newlines, comments.
|
protected static CompressFormula ( string source ) : string | ||
source | string | |
Результат | string |
public static GenerateCompressedFormula ( ) : string | ||
Результат | string |
public static GenerateCompressedFormulaAndViewSettings ( ) : string | ||
Результат | string |