Search
Measure.Amount Property
See Also
 






Gets the amount represented by the current object.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public double Amount { get; }

Visual Basic  Copy Code

Public ReadOnly Property Amount As Double

 Property Value

A double value.

 See Also