Class ExcelWorksheet
Inheritance
ExcelWorksheet
Assembly: NXOpen.dll
public class ExcelWorksheet : TransientObject, IMessageSink, IDisposable
Constructors
Declaration
protected ExcelWorksheet(nint ptr)
Parameters
| Type |
Name |
Description |
| nint |
ptr |
|
Methods
Declaration
public void DeleteColumn(int col)
Parameters
| Type |
Name |
Description |
| int |
col |
|
Declaration
public void DeleteRow(int row)
Parameters
| Type |
Name |
Description |
| int |
row |
|
Declaration
protected override void FreeResource()
Overrides
Declaration
public string GetFormula(int col, int row)
Parameters
| Type |
Name |
Description |
| int |
col |
|
| int |
row |
|
Returns
Declaration
public double GetNumber(int col, int row)
Parameters
| Type |
Name |
Description |
| int |
col |
|
| int |
row |
|
Returns
Declaration
public string GetString(int col, int row)
Parameters
| Type |
Name |
Description |
| int |
col |
|
| int |
row |
|
Returns
Declaration
public void InsertColumn(int col)
Parameters
| Type |
Name |
Description |
| int |
col |
|
Declaration
public void InsertCopiedRow(int row)
Parameters
| Type |
Name |
Description |
| int |
row |
|
Declaration
public void InsertRow(int row)
Parameters
| Type |
Name |
Description |
| int |
row |
|
Declaration
public void MoveCell(string fromCell, string tocell)
Parameters
Declaration
public void MoveColumn(int fromCol, int toCol)
Parameters
| Type |
Name |
Description |
| int |
fromCol |
|
| int |
toCol |
|
Declaration
public void MoveRow(int fromRow, int toRow)
Parameters
| Type |
Name |
Description |
| int |
fromRow |
|
| int |
toRow |
|
Declaration
public void SetFormula(int col, int row, string formulaStr)
Parameters
Declaration
public void SetNumber(int col, int row, double value)
Parameters
Declaration
public void SetString(int col, int row, string strValue)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink