FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread.Model 名前空間 > ISupportFindFormulaDependent インタフェース > GetDependents メソッド : GetDependents(Dictionary<String,FormulaDependentInfos>,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean) メソッド |
'Declaration
Overloads Sub GetDependents( _ ByVal infoDict As Dictionary(Of String,FormulaDependentInfos), _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal getCells As Boolean, _ ByVal getRows As Boolean, _ ByVal getColumns As Boolean, _ ByVal getObjects As Boolean _ )
void GetDependents( Dictionary<string,FormulaDependentInfos> infoDict, int row, int column, int rowCount, int columnCount, bool getCells, bool getRows, bool getColumns, bool getObjects )