 | RunRunProperties Property |
Run Properties.
Represents the following element tag in the schema: x:rPr.
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic RunProperties RunProperties { get; set; }Public Property RunProperties As RunProperties
Get
Set
public:
property RunProperties^ RunProperties {
RunProperties^ get ();
void set (RunProperties^ value);
}member RunProperties : RunProperties with get, set
Property Value
RunProperties
See Also