XlsWorkbook
SetPaletteColor Method
|
Set user color for specified element in Color table.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetPaletteColor(
int index,
Color color
)
Public Sub SetPaletteColor (
index As Integer,
color As Color
)
public:
virtual void SetPaletteColor(
int index,
Color color
) sealed
abstract SetPaletteColor :
index : int *
color : Color -> unit
override SetPaletteColor :
index : int *
color : Color -> unit
Parameters
-
index
-
Type:
System
Int32
Index of Color in array.
-
color
-
Type:
System.Drawing
Color
New color which must be set.
Implements
IWorkbook
SetPaletteColor(Int32, Color)
See Also