AcDbTable::setGridProperty (AcCellRange&, AcDb::GridLineType, AcGridProperty&) |
Sets the grid line properties of cells, rows, or columns in a range of cells.The range can be a cell range, row range, or column range to set the properties in cells, rows, or columns.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status. |
AcDbTable::setGridProperty (int, int, AcDb::GridLineType, AcGridProperty&) |
Sets the grid line weight in a cell, row, or column.To specify cell, pass a valid row and column indices. To specify row, pass a valid row index and pass -1 as column index. To specify column, pass a valid column index and pass -1 as row index. To set the same value in multiple grid line types combine multiple grid line types using the OR and pass it.Before calling this function, the mnPropMask member of the structure AcGridProperty should be initialized to a value indicating which properties to set. If it is set to zero it sets... more |