Поделиться через


MemberProperty.ShowCell Property

Show Cell.Represents the attribte in schema: showCell

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showCell")> _
Public Property ShowCell As BooleanValue
    Get
    Set
'Usage
Dim instance As MemberProperty
Dim value As BooleanValue

value = instance.ShowCell

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

MemberProperty Class

MemberProperty Members

DocumentFormat.OpenXml.Spreadsheet Namespace