GrapeCity.Xaml.SpreadSheet.Data
IsVisible Property (Column)


Gets or sets whether this column is visible.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property IsVisible As Boolean
'Usage
 
Dim instance As Column
Dim value As Boolean
 
instance.IsVisible = value
 
value = instance.IsVisible
[DefaultValue()]
public bool IsVisible {get; set;}

Property Value

true if the column is visible; otherwise, false. The default value is true.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options