GrapeCity MultiRow Windows Forms Documentation
ExpressionString Property (MathStatistics)


Gets or sets the expression string which is used to calculate.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRDescriptionAttribute("Indicates the expression which indicates how to calculate the cell's value using another cell or number.")>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.ExpressionEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Property ExpressionString As String
Dim instance As MathStatistics
Dim value As String
 
instance.ExpressionString = value
 
value = instance.ExpressionString
[RefreshProperties(RefreshProperties.All)]
[SRDescription("Indicates the expression which indicates how to calculate the cell's value using another cell or number.")]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.ExpressionEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public string ExpressionString {get; set;}

Property Value

A System.String value that represents the calculation strategy. The default is String.Empty.
Remarks
This ExpressionString supports an expression that contains the following operators:" +, -, *, /, (, ), \, %, ^". You can put one "=" sign at the beginning of this string expression, and the calculation will ignore it.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MathStatistics Class
MathStatistics Members

 

 


Copyright © GrapeCity, inc. All rights reserved.