CommentProperties.JustLastX Property
justLastX.Represents the attribte in schema: justLastX
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "justLastX")> _
Public Property JustLastX As BooleanValue
Get
Set
'Usage
Dim instance As CommentProperties
Dim value As BooleanValue
value = instance.JustLastX
instance.JustLastX = value
[SchemaAttrAttribute(, "justLastX")]
public BooleanValue JustLastX { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue