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