 | CEDBApplyFormulaInternal Method |
Apply a formula to selected cells of the
current line. (Do not use this wrapper if you
want to apply a formula across multiple lines)
Notes:
The current selection must be on cell(s) of
a channel or on the a channel header.
If the selection is on cell(s) of a channel,
the formula is applied to only these cells.
If the selection is on a channel header, the
formula is applied to every cell in the channel.
The given formula string must be of the form:
"<NameOfCurrentChannel>=<SomeExpression>;"
e.g. "x=y+1;"
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ApplyFormulaInternal(
string formula
)
public void ApplyFormulaInternal(
string formula
)
Public Sub ApplyFormulaInternal (
formula As String
)
Public Sub ApplyFormulaInternal (
formula As String
)
public:
void ApplyFormulaInternal(
String^ formula
)
public:
void ApplyFormulaInternal(
String^ formula
)
member ApplyFormulaInternal :
formula : string -> unit
member ApplyFormulaInternal :
formula : string -> unit
Parameters
- formula
- Type: SystemString
Formula ("<NameOfCurrentChannel>=<SomeExpression>;")
See Also