[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.GetPrecedents

GetPrecedents Method

GetPrecedents()

获取区域左上单元格的前导区域。

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

前导区域。

GetPrecedents(bool)

获取该范围内所有单元格的前导范围。

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

包括间接前导单元格。

Returns
Type Description
IReadOnlyList<IRange>

前导范围。