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