Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet.ExcelViewportInfo Class / PreferredWidth Field


In This Topic
    PreferredWidth Field
    In This Topic
    Horizontal position of the split
    Syntax
    'Declaration
     
    Public PreferredWidth As Integer()
    'Usage
     
    Dim instance As ExcelWorksheet.ExcelViewportInfo
    Dim value() As Integer()
     
    value = instance.PreferredWidth
     
    instance.PreferredWidth = value
    public int[] PreferredWidth
    See Also