PresentationOf.HideLastTrans 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.
Ocultar a última transição
Representa o seguinte atributo no esquema: hideLastTrans
[DocumentFormat.OpenXml.SchemaAttr(0, "hideLastTrans")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue> HideLastTrans { get; set; }
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue> HideLastTrans { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "hideLastTrans")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue>? HideLastTrans { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("hideLastTrans")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue>? HideLastTrans { get; set; }
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue>? HideLastTrans { get; set; }
member this.HideLastTrans : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "hideLastTrans")>]
member this.HideLastTrans : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("hideLastTrans")>]
member this.HideLastTrans : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.BooleanValue> with get, set
Public Property HideLastTrans As ListValue(Of BooleanValue)
Valor da propriedade
Retorna ListValue<T>.
- Atributos