Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 591 Bytes

File metadata and controls

35 lines (27 loc) · 591 Bytes

SheetNum

Description

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

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

Examples

resultN := SheetNum;
import vs

# Returns the number of saved views contained within the current document.
count = vs.SheetNum()
vs.Message('SheetNum returned: ' + str(count))

See Also

VS Functions: SheetList

Version

Availability: from VectorWorks10.0

Category