Spread for ASP.NET 12 Product Documentation
Border Property (Row)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : Border Property
Gets or sets the border for cells in this row.
Syntax
'Declaration
 
Public Property Border As Border
'Usage
 
Dim instance As Row
Dim value As Border
 
instance.Border = value
 
value = instance.Border
public Border Border {get; set;}
See Also

Reference

Row Class
Row Members