SheetView.ShowZeros Property

Show Zero Values.Represents the attribte in schema: showZeros

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showZeros")> _
Public Property ShowZeros As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As BooleanValue

value = instance.ShowZeros

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace