SheetFormatProperties.DefaultRowHeight Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Altura padrão da linha
Representa o seguinte atributo no esquema: 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
Valor da propriedade
Retorna DoubleValue.
- Atributos