Share via


CustomSheetView.ShowRowColumn Property

Show Headers.Represents the attribte in schema: showRowCol

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showRowCol")> _
Public Property ShowRowColumn As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As BooleanValue

value = instance.ShowRowColumn

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace