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