Compartir a través de


FormControlProperties.JustLastX Property

justLastX.Represents the attribte in schema: justLastX

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "justLastX")> _
Public Property JustLastX As BooleanValue
    Get
    Set
'Uso
Dim instance As FormControlProperties
Dim value As BooleanValue

value = instance.JustLastX

instance.JustLastX = value
[SchemaAttrAttribute(, "justLastX")]
public BooleanValue JustLastX { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

FormControlProperties Class

FormControlProperties Members

DocumentFormat.OpenXml.Office2010.Excel Namespace