dxSpreadSheetGetStandardColorIndex(TColor) Method
In This Article
Returns the specified color’s index in the array of standard Excel colors.
#Declaration
#Parameters
Name | Type |
---|---|
AColor | TColor |
#Returns
Type |
---|
Integer |
#Remarks
If the color passed as the AColor parameter exists in the dxExcelStandardColors array, this function returns its index. Otherwise, -1 is returned.
See Also