StyleForegroundArgbColor Property |
Gets and sets the foreground color with a 32-bit ARGB value.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic int ForegroundArgbColor { get; set; }
Public Property ForegroundArgbColor As Integer
Get
Set
public:
property int ForegroundArgbColor {
int get ();
void set (int value);
}
member ForegroundArgbColor : int with get, set
Property Value
Type:
Int32
See Also