RichStylePropertyValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RichStylePropertyValue() |
Initializes a new instance of the RichStylePropertyValue class. |
RichStylePropertyValue(String) |
Initializes a new instance of the RichStylePropertyValue class with the specified text content. |
RichStylePropertyValue()
Initializes a new instance of the RichStylePropertyValue class.
public RichStylePropertyValue ();
Public Sub New ()
Applies to
RichStylePropertyValue(String)
Initializes a new instance of the RichStylePropertyValue class with the specified text content.
public RichStylePropertyValue (string text);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.