Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoDrawingSelection Class / selection Property


In This Topic
    selection Property (MsoDrawingSelection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property selection As Byte()
    'Usage
     
    
    Dim instance As MsoDrawingSelection
    Dim value() As Byte
     
    instance.selection = value
     
    value = instance.selection
    public byte[] selection {get; set;}
    See Also