ConditionalFormattingRule.TimePeriod 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.
Período de tempo
Representa o seguinte atributo no esquema: timePeriod
[DocumentFormat.OpenXml.SchemaAttr(0, "timePeriod")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues> TimePeriod { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues> TimePeriod { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "timePeriod")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues>? TimePeriod { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("timePeriod")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues>? TimePeriod { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues>? TimePeriod { get; set; }
member this.TimePeriod : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "timePeriod")>]
member this.TimePeriod : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("timePeriod")>]
member this.TimePeriod : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues> with get, set
Public Property TimePeriod As EnumValue(Of TimePeriodValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos