[]
Creates a new sheet skin form with defaul values.
public SheetSkinsForm()
Public Sub New()
Creates a sheet skin form for the specified Spread component.
public SheetSkinsForm(FpSpread target)
Public Sub New(target As FpSpread)
Type | Name | Description |
---|---|---|
FpSpread | target | Target Spread component |
Creates a new sheet skin form for the specified sheet.
public SheetSkinsForm(SheetView target)
Public Sub New(target As SheetView)
Type | Name | Description |
---|---|---|
SheetView | target | Target sheet |