Spread for ASP.NET 11 Product Documentation
SheetCorner Property (FpSpread)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : SheetCorner Property
Gets the sheet corner in the Spread component.
Syntax
'Declaration
 
Public ReadOnly Property SheetCorner As SheetCorner
'Usage
 
Dim instance As FpSpread
Dim value As SheetCorner
 
value = instance.SheetCorner
public SheetCorner SheetCorner {get;}

Property Value

SheetCorner object containing the sheet corner
Example
This example uses the SheetCorner property.
ListBox1.Items.Add(FpSpread1.SheetCorner.ColumnCount.ToString());
ListBox1.Items.Add(FpSpread1.SheetCorner.ColumnCount.ToString())
See Also

Reference

FpSpread Class
FpSpread Members