Excel for WinRT
Visible Property (XLRow)


Gets or sets whether the row is visible.
Syntax
'Declaration
 
Public Property Visible As System.Boolean
'Usage
 
Dim instance As XLRow
Dim value As System.Boolean
 
instance.Visible = value
 
value = instance.Visible
public System.bool Visible {get; set;}
See Also

Reference

XLRow Class
XLRow Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback