Gets or sets the number of columns occupied by this item.
Object.defineProperty(LayoutManagerItem.prototype, 'numberOfColumns',
get: function(),
set: function(value)
)
numberOfColumns: number;
Value that represents the row position of the cell inside the viewer.
This is only valid if you set the layout in CellsArrangement to Grid.
This works with RowPosition and ColumnsPosition and NumberOfRows to determine how much space is occupied by the item.
This value changes if the user merges 2 or more cells together. To merge cells, refer to MergeSelected.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET