NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TableStyle.MergeWith

[To be supplied.]

[Visual Basic]
Overrides Public Sub MergeWith( _
   ByVal s As Style _
)
[C#]
public override void MergeWith(
   Style s
);
[C++]
public: override void MergeWith(
   Style* s
);
[JScript]
public override function MergeWith(
   s : Style
);

Parameters

s
[To be supplied.]

See Also

TableStyle Class | TableStyle Members | System.Web.UI.WebControls Namespace