Interface Cell

interface Cell {
    Currency: string;
    FmtValue: string;
    FormatString: string;
    Unit: string;
    Value: number;
}

Properties

Currency: string
FmtValue: string
FormatString: string
Unit: string
Value: number

Generated using TypeDoc