'Declaration Public Function New( _
ByVal fillAlphaThe alpha value of fill color.As Byte, _
ByVal borderColorThe border color.As Vintasoft.Primitives.VintasoftColor, _
ByVal borderWidthThe border width.As System.Int32 _
)
public CellReferencesAppearance(
byte fillAlpha,
Vintasoft.Primitives.VintasoftColor borderColor,
System.Int32 borderWidth
)
public: CellReferencesAppearance(
byte fillAlpha,
Vintasoft.Primitives.VintasoftColor borderColor,
System.Int32 borderWidth
)
public:
CellReferencesAppearance(
byte fillAlpha,
Vintasoft.Primitives.VintasoftColor borderColor,
System.Int32 borderWidth
)
Parameters
- fillAlpha
- The alpha value of fill color.
- borderColor
- The border color.
- borderWidth
- The border width.