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