SheetView.ShowWhiteSpace Property

Show White Space.Represents the attribte in schema: showWhiteSpace

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

Syntax

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

value = instance.ShowWhiteSpace

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace