TableStyle.MergeWith(Style) Method

Definition

Copies non-blank elements from the specified style, but will not overwrite any existing style elements.

public:
 override void MergeWith(System::Web::UI::WebControls::Style ^ s);
public override void MergeWith (System.Web.UI.WebControls.Style s);
override this.MergeWith : System.Web.UI.WebControls.Style -> unit
Public Overrides Sub MergeWith (s As Style)

Parameters

s
Style

The style to copy.

Applies to