'Declaration Public Function New( _
ByVal dataTypeThe cell data type.As CellDataType, _
ByVal textVariantsThe text variants.() As System.String, _
ByVal textColorColor of the text.As Vintasoft.Primitives.VintasoftColor, _
ByVal backgroundColorColor of the background.As Vintasoft.Primitives.VintasoftColor, _
ByVal paddingTextPadding text.As System.String, _
ByVal paddingIndexPadding index.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
- The cell data type.
- textVariants
- The text variants.
- textColor
- Color of the text.
- backgroundColor
- Color of the background.
- paddingText
- Padding text.
- paddingIndex
- Padding index.