No details are provided for this entry.
Declaration Syntax
public class AcousticsFarFieldResultWorksheet : Worksheet
Table 158: Members
Property | RowCount |
Return the number of entries. |
Method | AddRow() |
Adds a Row to the worksheet. |
Method | DeleteRow(int) |
Deletes a row from the worksheet at index. |
Method | DuplicateRow(int, int) |
Insert a row from the worksheet at index. |
Method | GetCoordinateSystemSelection(int) |
Gets the worksheet CoordinateSystemSelection property at index. |
Method | GetXCoordinate(int) |
Gets the worksheet Mic X property at index. |
Method | GetYCoordinate(int) |
Gets the worksheet Mic Y property at index. |
Method | GetZCoordinate(int) |
Gets the worksheet Mic Z property at index. |
Method | InsertRow(int) |
Insert a row from the worksheet at index. |
Method | SetCoordinateSystemSelection(int, uint) |
Sets the worksheet CoordinateSystemSelection property at index. |
Method | SetXCoordinate(int, double) |
Sets the worksheet Mic X property at index. |
Method | SetYCoordinate(int, double) |
Sets the worksheet Mic Y property at index. |
Method | SetZCoordinate(int, double) |
Sets the worksheet Mic Z property at index. |