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