Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetAxisModel Interface / ResetProperty Method
Row or column index
Property to reset
Example


In This Topic
    ResetProperty Method (ISheetAxisModel)
    In This Topic
    Resets the specified SheetAxisModel property to its default value.
    Syntax
    'Declaration
     
    
    Sub ResetProperty( _
       ByVal index As Integer, _
       ByVal prop As SheetAxisProperty _
    ) 
    'Usage
     
    
    Dim instance As ISheetAxisModel
    Dim index As Integer
    Dim prop As SheetAxisProperty
     
    instance.ResetProperty(index, prop)
    void ResetProperty( 
       int index,
       SheetAxisProperty prop
    )

    Parameters

    index
    Row or column index
    prop
    Property to reset
    Example
    See Also