OlapProperties.LocalRefresh Property

Local Refresh.Represents the attribte in schema: localRefresh

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "localRefresh")> _
Public Property LocalRefresh As BooleanValue
    Get
    Set
'Usage
Dim instance As OlapProperties
Dim value As BooleanValue

value = instance.LocalRefresh

instance.LocalRefresh = value
[SchemaAttrAttribute(, "localRefresh")]
public BooleanValue LocalRefresh { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

OlapProperties Class

OlapProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace