SetDefaultProperty Method
In This Topic
Syntax
'Declaration
Public Sub SetDefaultProperty( _
ByVal As SheetView _
)
'Usage
Dim instance As FpSpread
Dim sheetView As SheetView
instance.SetDefaultProperty(sheetView)
public void SetDefaultProperty(
SheetView
)
Parameters
- sheetView
See Also