DesignerAutoFormatCollection.Add Method
.NET Framework 3.0
Adds the specified DesignerAutoFormat object to the end of the collection.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public int Add ( DesignerAutoFormat format )
public function Add ( format : DesignerAutoFormat ) : int
Not applicable.
Parameters
- format
An instance of DesignerAutoFormat.
Return Value
The index at which the format was added to the collection.The Add method adds the specified DesignerAutoFormat object to the end of the collection. To add a DesignerAutoFormat object to the collection at a specific index location, use the Insert method.
Community Additions
ADD
Show: