Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / HasArray Property


In This Topic
    HasArray Property
    In This Topic
    Gets a value indicating whether the specified cell is part of an array formula.
    Syntax
    'Declaration
     
    
    ReadOnly Property HasArray As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim value As Boolean
     
    value = instance.HasArray
    bool HasArray {get;}

    Property Value

    true if the specified cell is part of an array formula; otherwise, false.
    See Also