'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 _
)
public CellFormattedValue(
CellDataType dataType,
System.String[] textVariants,
Vintasoft.Primitives.VintasoftColor textColor,
Vintasoft.Primitives.VintasoftColor backgroundColor,
System.String paddingText,
System.Int32 paddingIndex
)
public: CellFormattedValue(
CellDataType dataType,
System.String[]* textVariants,
Vintasoft.Primitives.VintasoftColor textColor,
Vintasoft.Primitives.VintasoftColor backgroundColor,
System.String paddingText,
System.Int32 paddingIndex
)
public:
CellFormattedValue(
CellDataType dataType,
array<System.String>^ textVariants,
Vintasoft.Primitives.VintasoftColor textColor,
Vintasoft.Primitives.VintasoftColor backgroundColor,
System.String paddingText,
System.Int32 paddingIndex
)
Parameters
- dataType
 - Тип данных ячейки.
 - textVariants
 - Варианты текста.
 - textColor
 - Цвет текста.
 - backgroundColor
 - Цвет фона.
 - paddingText
 - Текст заполнения.
 - paddingIndex
 - Индекс заполнения.