VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellFormattedValue Class / CellFormattedValue Constructor(CellDataType,String[],VintasoftColor,VintasoftColor,String,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    CellFormattedValue Constructor(CellDataType,String[],VintasoftColor,VintasoftColor,String,Int32)
    В этом разделе
    Инициализирует новый экземпляр класса CellFormattedValue.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal dataType
    Тип данных ячейки.
    As CellDataType, _
    ByVal textVariants
    Варианты текста.
    () As System.String, _
    ByVal textColor
    Цвет текста.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal backgroundColor
    Цвет фона.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal paddingText
    Текст заполнения.
    As System.String, _
    ByVal paddingIndex
    Индекс заполнения.
    As System.Int32 _
    )

    Parameters

    dataType
    Тип данных ячейки.
    textVariants
    Варианты текста.
    textColor
    Цвет текста.
    backgroundColor
    Цвет фона.
    paddingText
    Текст заполнения.
    paddingIndex
    Индекс заполнения.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также