Spread Silverlight Documentation
Visible Property (IExcelRow)


GrapeCity.Excel Namespace > IExcelRow Interface : Visible Property
Gets or sets a value indicating whether this IExcelRow is visible.
Syntax
'Declaration
 
Property Visible As System.Boolean
'Usage
 
Dim instance As IExcelRow
Dim value As System.Boolean
 
instance.Visible = value
 
value = instance.Visible
System.bool Visible {get; set;}

Property Value

true if visible; otherwise, false.
See Also

Reference

IExcelRow Interface
IExcelRow Members