Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SXViewLink Class / stPivotTable Property


In This Topic
    stPivotTable Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property stPivotTable As XLUnicodeStringNoCch
    'Usage
     
    
    Dim instance As SXViewLink
    Dim value As XLUnicodeStringNoCch
     
    instance.stPivotTable = value
     
    value = instance.stPivotTable
    public XLUnicodeStringNoCch stPivotTable {get; set;}
    See Also