updateSubCellCount Method

Summary

Change the number or sub-cell inside the cell.

Syntax
TypeScript
JavaScript
Cell.prototype.updateSubCellCount = function( 
   newCount 
) 
updateSubCellCount( 
   newCount: number 
): void; 

Parameters

newCount

The new sub-cell count.

Remarks

This value cannot be zero.

Use this method only if Arrangement to Custom because all the other arrangement update the count internally, and does not need the user input.

To change the position of each sub-cell, refer to ViewLayout.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.