HiddenFillProperties.GroupFill Property
Group Fill.Represents the element tag in schema: a:grpFill
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Property GroupFill As GroupFill
Get
Set
'Применение
Dim instance As HiddenFillProperties
Dim value As GroupFill
value = instance.GroupFill
instance.GroupFill = value
public GroupFill GroupFill { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.GroupFill