Spread WPF 18
GrapeCity.Spreadsheet Namespace / IRange Interface / CurrentArray Property


In This Topic
    CurrentArray Property
    In This Topic
    Gets an IRange object that represents the entire array if the specified cell is part of an array.
    Syntax
    'Declaration
     
    ReadOnly Property CurrentArray As IRange
    'Usage
     
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.CurrentArray
    IRange CurrentArray {get;}

    Property Value

    An IRange object that represents the entire array.
    See Also