[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.GetDependents

GetDependents Method

GetDependents()

获取区域左上单元格的依赖范围。

Declaration
IReadOnlyList<IRange> GetDependents()
Returns
Type Description
IReadOnlyList<IRange>

依赖范围。

GetDependents(bool)

获取范围内所有单元格的依赖范围。

Declaration
IReadOnlyList<IRange> GetDependents(bool includeIndirect)
Parameters
Type Name Description
bool includeIndirect

包括间接依赖的单元格。

Returns
Type Description
IReadOnlyList<IRange>

依赖范围。