FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Row Class / ResetMargin Method
Example


In This Topic
ResetMargin Method (Row)
In This Topic
Resets the settings of the cell margins that define the space between the cell border and the cell contents, for all the cells in this row.
Syntax
'Declaration
 
Public Sub ResetMargin() 
 
'Usage
 
Dim instance As Row
 
instance.ResetMargin()
Example
This example uses the ResetMargin method.
See Also