Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / DetectAutoFillRange Method


In This Topic
    DetectAutoFillRange Method (Worksheet)
    In This Topic
    Detects the range for auto filling.
    Syntax
    'Declaration
     
    
    Public Function DetectAutoFillRange( _
       ByVal sourceRange As Reference _
    ) As Reference
    'Usage
     
    
    Dim instance As Worksheet
    Dim sourceRange As Reference
    Dim value As Reference
     
    value = instance.DetectAutoFillRange(sourceRange)
    public Reference DetectAutoFillRange( 
       Reference sourceRange
    )

    Parameters

    sourceRange
    See Also