Search
Measure.Amount Property
See Also
 






Gets the amount represented by the current object.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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