GrapeCity.Excel Namespace > IExcelReader Interface : SetArrayFormula Method |
'Declaration Sub SetArrayFormula( _ ByVal sheet As System.Integer, _ ByVal rowFirst As System.Integer, _ ByVal rowLast As System.Integer, _ ByVal columnFirst As System.Short, _ ByVal columnLast As System.Short, _ ByVal arrayFormula As IExcelFormula _ )
'Usage Dim instance As IExcelReader Dim sheet As System.Integer Dim rowFirst As System.Integer Dim rowLast As System.Integer Dim columnFirst As System.Short Dim columnLast As System.Short Dim arrayFormula As IExcelFormula instance.SetArrayFormula(sheet, rowFirst, rowLast, columnFirst, columnLast, arrayFormula)
void SetArrayFormula( System.int sheet, System.int rowFirst, System.int rowLast, System.short columnFirst, System.short columnLast, IExcelFormula arrayFormula )
Exception | Description |
---|---|
System.ArgumentNullException | throws when the formula is null or empty. |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6