Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginInfo Class / SheetID Property


In This Topic
    SheetID Property
    In This Topic
    Gets or sets the sheet ID.
    Syntax
    'Declaration
     
    
    Public Property SheetID As Integer
    'Usage
     
    
    Dim instance As MarginInfo
    Dim value As Integer
     
    instance.SheetID = value
     
    value = instance.SheetID
    public int SheetID {get; set;}

    Property Value

    The sheet ID.
    See Also