GrapeCity.Excel Namespace > IExcelReader Interface : SetCell Method |
'Declaration Function SetCell( _ ByVal sheet As System.Short, _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value As System.Object, _ ByVal type As CellType, _ ByVal formatIndex As System.Integer, _ ByVal cellFormula As IExcelFormula _ ) As System.Boolean
'Usage Dim instance As IExcelReader Dim sheet As System.Short Dim row As System.Integer Dim column As System.Integer Dim value As System.Object Dim type As CellType Dim formatIndex As System.Integer Dim cellFormula As IExcelFormula Dim value As System.Boolean value = instance.SetCell(sheet, row, column, value, type, formatIndex, cellFormula)
System.bool SetCell( System.short sheet, System.int row, System.int column, System.object value, CellType type, System.int formatIndex, IExcelFormula cellFormula )
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