[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetAxisModel.SetVisible

SetVisible Method

SetVisible(int, bool)

Sets whether the control displays the specified row or column. (This implementation does nothing.)

Declaration
public virtual void SetVisible(int index, bool value)
Public Overridable Sub SetVisible(index As Integer, value As Boolean)
Parameters
Type Name Description
int index

Row or column index

bool value

Set to True to display the specified row or column

Implements