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