Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetMargin Method
Example


In This Topic
    ResetMargin Method (Cell)
    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 column.
    Syntax
    'Declaration
     
    
    Public Sub ResetMargin() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetMargin()
    public void ResetMargin()
    Example
    This example uses the ResetMargin method.
    See Also