Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / colL Property


In This Topic
    colL Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property colL As UShort
    'Usage
     
    
    Dim instance As OfficeArtClientAnchorSheet
    Dim value As UShort
     
    instance.colL = value
     
    value = instance.colL
    public ushort colL {get; set;}
    See Also