MarkerForegroundColorIndex Property (IPoint)
In This Topic
Gets or sets the marker foreground color as an index into the current color palette, or as one of the following constants:
GrapeCity.Spreadsheet.Color.ColorIndexAutomatic or
GrapeCity.Spreadsheet.Color.ColorIndexNone.
Syntax
'Declaration
Property MarkerForegroundColorIndex As Integer
'Usage
Dim instance As IPoint
Dim value As Integer
instance.MarkerForegroundColorIndex = value
value = instance.MarkerForegroundColorIndex
int MarkerForegroundColorIndex {get; set;}
See Also