updateSubCellCount Method

Summary

Change the number or sub-cell inside the cell.

Syntax

JavaScript Syntax
Cell.prototype.updateSubCellCount = function( 
   newCount 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly