CacheField.FieldGroup Property

Field Group Properties.Represents the element tag in schema: x:fieldGroup

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

Syntax

'Declaration
Public Property FieldGroup As FieldGroup
    Get
    Set
'Usage
Dim instance As CacheField
Dim value As FieldGroup

value = instance.FieldGroup

instance.FieldGroup = value
public FieldGroup FieldGroup { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.FieldGroup

See Also

Reference

CacheField Class

CacheField Members

DocumentFormat.OpenXml.Spreadsheet Namespace