Spread for ASP.NET 12 Product Documentation
Height Property (ColumnFooter)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ColumnFooter Class : Height Property
Gets or sets the height of the column footer.
Syntax
'Declaration
 
Public Property Height As Integer
'Usage
 
Dim instance As ColumnFooter
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
public int Height {get; set;}
See Also

Reference

ColumnFooter Class
ColumnFooter Members