ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / FormatConverter Class / GetExcelFormatAndValue Method
AR OutputFormat
The culture id used in format
The currency culture id used in format
AR Value
AR formated text
Output converted Excel NumberFormat string
Output converted Excel Value

In This Topic
    GetExcelFormatAndValue Method
    In This Topic
    Convert AR OutputFormat and Value to Excel NumberFormat and Value.
    Syntax
    'Declaration
     
    Public Shared Sub GetExcelFormatAndValue( _
       ByVal outputFormat As String, _
       ByVal cultureId As Integer, _
       ByVal currencyCultureId As Integer, _
       ByVal value As Object, _
       ByVal outputText As String, _
       ByRef excelFormat As String, _
       ByRef excelValue As Object _
    ) 
    public static void GetExcelFormatAndValue( 
       string outputFormat,
       int cultureId,
       int currencyCultureId,
       object value,
       string outputText,
       out string excelFormat,
       out object excelValue
    )

    Parameters

    outputFormat
    AR OutputFormat
    cultureId
    The culture id used in format
    currencyCultureId
    The currency culture id used in format
    value
    AR Value
    outputText
    AR formated text
    excelFormat
    Output converted Excel NumberFormat string
    excelValue
    Output converted Excel Value
    See Also