GridColor.FromString Method (Microsoft.PerformancePoint.Scorecards)
Creates a grid color from a color string
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Shared Function FromString ( _
colorString As String _
) As GridColor
'Usage
Dim colorString As String
Dim returnValue As GridColor
returnValue = GridColor.FromString(colorString)
public static GridColor FromString (
string colorString
)
Parameters
- colorString
A string that is either the name of a known color or in the format #rrggbb.
Return Value
A new GridColor object based on the color string.
See Also
Reference
GridColor Class
GridColor Members
Microsoft.PerformancePoint.Scorecards Namespace