Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebPub Class / stDivId Property


In This Topic
    stDivId Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property stDivId As WebString
    'Usage
     
    
    Dim instance As WebPub
    Dim value As WebString
     
    instance.stDivId = value
     
    value = instance.stDivId
    public WebString stDivId {get; set;}
    See Also