Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginCollection Class / UpdateMargin Method
The sheet ID.


In This Topic
    UpdateMargin Method
    In This Topic
    Updates the margin.
    Syntax
    'Declaration
     
    
    Public Sub UpdateMargin( _
       ByVal sheetID As Integer _
    ) 
    'Usage
     
    
    Dim instance As MarginCollection
    Dim sheetID As Integer
     
    instance.UpdateMargin(sheetID)
    public void UpdateMargin( 
       int sheetID
    )

    Parameters

    sheetID
    The sheet ID.
    See Also