DrawingHeaderFooter.Rho Property
rho.Represents the attribte in schema: rho
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "rho")> _
Public Property Rho As UInt32Value
Get
Set
'Uso
Dim instance As DrawingHeaderFooter
Dim value As UInt32Value
value = instance.Rho
instance.Rho = value
[SchemaAttrAttribute(, "rho")]
public UInt32Value Rho { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value