GrapeCity.Excel Namespace > IExcelReader Interface : SetCellFormula Method |
'Declaration Function SetCellFormula( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal cellFormula As IExcelFormula _ ) As Boolean
'Usage Dim instance As IExcelReader Dim sheet As Short Dim row As Integer Dim column As Integer Dim cellFormula As IExcelFormula Dim value As Boolean value = instance.SetCellFormula(sheet, row, column, cellFormula)
bool SetCellFormula( short sheet, int row, int column, IExcelFormula cellFormula )
Exception | Description |
---|---|
System.ArgumentNullException | throws if the formula is null or empty. |
Target Platforms: Windows Server 2012, Windows RT