ITableColumnDefinitionManager.RemoveColumnDefinition(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove an existing ITableColumnDefinition.
public:
bool RemoveColumnDefinition(System::String ^ definitionToRemove);
public:
bool RemoveColumnDefinition(Platform::String ^ definitionToRemove);
bool RemoveColumnDefinition(std::wstring const & definitionToRemove);
public bool RemoveColumnDefinition (string definitionToRemove);
abstract member RemoveColumnDefinition : string -> bool
Public Function RemoveColumnDefinition (definitionToRemove As String) As Boolean
Parameters
- definitionToRemove
- String
Name of the ITableColumnDefinition to remove.
Returns
true if the definition corresponding to definitionToRemove
was removed.