Windward Engine API Reference
rows Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > DescribeLayoutSection Class : rows Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property rows As Integer
Visual Basic (Usage)Copy Code
Dim instance As DescribeLayoutSection
Dim value As Integer
 
instance.rows = value
 
value = instance.rows
C# 
public int rows {get; set;}
Managed Extensions for C++ 
public: __property int get_rows();
public: __property void set_rows( 
   int value
);
C++/CLI 
public:
property int rows {
   int get();
   void set (    int value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.