[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetAxisModel.SetResizable

SetResizable Method

SetResizable(int, bool)

Sets whether users can resize the specified row or column.

Declaration
public override void SetResizable(int index, bool value)
Public Overrides Sub SetResizable(index As Integer, value As Boolean)
Parameters
Type Name Description
int index

Row or column index

bool value

Whether the specified row or column can be resized

Overrides