SheetFormatProperties.DefaultRowHeight Property
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.
Default Row Height
Represents the following attribute in the schema: defaultRowHeight
[DocumentFormat.OpenXml.SchemaAttr(0, "defaultRowHeight")]
public DocumentFormat.OpenXml.DoubleValue DefaultRowHeight { get; set; }
public DocumentFormat.OpenXml.DoubleValue DefaultRowHeight { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "defaultRowHeight")]
public DocumentFormat.OpenXml.DoubleValue? DefaultRowHeight { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("defaultRowHeight")]
public DocumentFormat.OpenXml.DoubleValue? DefaultRowHeight { get; set; }
public DocumentFormat.OpenXml.DoubleValue? DefaultRowHeight { get; set; }
member this.DefaultRowHeight : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "defaultRowHeight")>]
member this.DefaultRowHeight : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("defaultRowHeight")>]
member this.DefaultRowHeight : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property DefaultRowHeight As DoubleValue
Property Value
Returns DoubleValue.
- Attributes