Method |
Description |
---|
 AcDbTable::gridLineWeight (AcDb::GridLineType, AcDb::RowType) |
This function returns the lineweight for a given grid line type and row type of the table object. The possible values of the grid line type are AcDb::kHorzTop, AcDb::kHorzInside, AcDb::kHorzBottom, AcDb::kVertLeft, AcDb::kVertInside, and AcDb::kVertRight.The possible values of the row type are AcDb::kDataRow, AcDb::kTitleRow, and AcDb::kHeaderRow.This method is deprecated and may be removed in a future release. |
 AcDbTable::gridLineWeight (int, int, AcDb::CellEdgeMask) |
This function returns the grid lineweight of the specified edge of the cell. |
AcDbTable::gridLineWeight (int, int, AcDb::GridLineType) |
Gets the grid line weight of 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.Returns the grid line weight of cell, row, or column. |