VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellFormattedValue Class / CellFormattedValue Constructor(CellDataType,String[],VintasoftColor,VintasoftColor,String,Int32)
Syntax Requirements SeeAlso
In This Topic
    CellFormattedValue Constructor(CellDataType,String[],VintasoftColor,VintasoftColor,String,Int32)
    In This Topic
    Initializes a new instance of the CellFormattedValue class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal dataType
    The cell data type.
    As CellDataType, _
    ByVal textVariants
    The text variants.
    () As System.String, _
    ByVal textColor
    Color of the text.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal backgroundColor
    Color of the background.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal paddingText
    Padding text.
    As System.String, _
    ByVal paddingIndex
    Padding index.
    As System.Int32 _
    )

    Parameters

    dataType
    The cell data type.
    textVariants
    The text variants.
    textColor
    Color of the text.
    backgroundColor
    Color of the background.
    paddingText
    Padding text.
    paddingIndex
    Padding index.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also