GrapeCity.Excel Namespace > IExcelReader Interface : SetArrayFormula Method |
'Declaration Sub SetArrayFormula( _ ByVal sheet As Integer, _ ByVal rowFirst As Integer, _ ByVal rowLast As Integer, _ ByVal columnFirst As Short, _ ByVal columnLast As Short, _ ByVal arrayFormula As IExcelFormula _ )
'Usage Dim instance As IExcelReader Dim sheet As Integer Dim rowFirst As Integer Dim rowLast As Integer Dim columnFirst As Short Dim columnLast As Short Dim arrayFormula As IExcelFormula instance.SetArrayFormula(sheet, rowFirst, rowLast, columnFirst, columnLast, arrayFormula)
void SetArrayFormula( int sheet, int rowFirst, int rowLast, short columnFirst, short columnLast, IExcelFormula arrayFormula )
Exception | Description |
---|---|
System.ArgumentNullException | throws when the formula is null or empty. |
Target Platforms: Windows Server 2012, Windows RT