<Code Lib>
M

ColorFillSchemeEntry.GetStringValue

Description:
Gets the String value stored within the entry.
Remarks:
This method should only be used if the StorageType property reports the type of the entry as a String.

public string GetStringValue()

String The String contained in the entry.

Loading…