'Declaration Public Overloads Sub ApplyTo( _ ByVal cell As WorksheetCell _ )
public void ApplyTo( WorksheetCell cell )
Exception | Description |
---|---|
System.ArgumentNullException | cell is null. |
System.InvalidOperationException | cell is part of an array formula or data table which is not confined to just the cell. |
This method, or one of the other ApplyTo overrides must be used to set the value of a cell to a formula.
After this method returns, the WorksheetCell.Formula of the specified cell will return the formula.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2