Display SpreadDesigner for the specific FpSpread control.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Sub Show( _
ByVal spread As FpSpread _
) |
Parameters
- spread
- FpSpread object
Example
This example displays the FpSpreadDesigner component at run time after it has been added to the form at design time.
C# | Copy Code |
---|
FpSpreadDesigner1.Show(FpSpread1); |
Visual Basic | Copy Code |
---|
FpSpreadDesigner1.Show(FpSpread1) |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also