VS:SheetNum: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 6: Line 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Returns the number of sheets contained within the current document.</desc>
Returns the number of saved views contained within the current document.</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 20:56, 23 March 2023

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Returns the number of saved views contained within the current document.

FUNCTION SheetNum : INTEGER;
def vs.SheetNum():
    return INTEGER

Return Value

The number of sheets.

Version

Availability: from VectorWorks10.0

See Also

VS Functions:

VS:SheetList

VS Functions: [[VS:SheetList]]