IMinute Methods
The following tables list the members exposed by the IMinute type.
| Name | Description | |
|---|---|---|
|
ClearRowValues(int) | Clears all data on a particular row, just as it is after you insert a new row. |
|
DeleteRow(int, int, bool) | Deletes one or more rows from the minute. |
|
GetBlob(int, string, ref string) | Reads the content of the blob belonging to a column of a minute row. |
|
GetFieldValue(int, string) | Returns a value of a specified field from a minute cell. |
|
GetFieldsValues(int, int, List<String>, bool) | Returns values of multiple fields in multiple rows in a minute. |
|
GetFullData() | Gets the full data of the minute - all rows with all specified fields. |
|
GetMultipleTaskInGanttAssignation(int) | Returns an IGanttTasksAssignation object representing Gantt Tasks being referenced in the row. It is to be used when multiple Gantt tasks are pointed out by the same row. |
|
GetRowsCount() | Returns the count of rows in the minute. |
|
GetSetImageAsObject(int) | Gets the information about inputs to the set. |
|
GetSetImageAsWorkbook(int) | Gets a workbook image of the workbook being in the set database used to fill in the row. |
|
GetTypeOfSetImage(int) | Determines the type of the set image being in the minute row. |
|
GroupRows(int, int) | Groups specified rows. |
|
InsertRows(int, int) | Inserts one or more empty rows into the minute. |
|
InsertSetAtRow(int, string, int, string, double) | Inserts a set into a minute from the specified database. |
|
InsertSetAtRow(int, string, int, string, double, InputFieldsFromSetImage) | Inserts a set into a minute from the specified database. |
|
SetFieldValue(int, string, object) | Writes a value to a minute cell. |
|
SetFieldValue(int, Dictionary<StringObject>) | Writes values to a minute row. |
|
StoreBlob(int, string, byte[], string) | Writes a blob to a row to the specified column. |
|
StoreSetImageAsObject(int, InputFieldsFromSetImage) | Stores the information about inputs to the set. |
|
UngroupRows(int, int) | Ungroups specified rows. |
|
UpdateRowsFromDatabases(int, int, List<String>, List<String>, List<String>) | Updates specified rows when they come from article databases. |
|
UpdateValuesConditionally(string, object, string, object, WhereConditionType, bool) | Updates field values of the minute if the minute row satisfies the test condition. |
