Name | Description | |
---|---|---|
![]() | AddConditionalFormatting | Adds ConditionalFormatting to the Column. |
![]() | AutoFit | Overridden. Adjusts the Column's Width based on the Cell with the widest content. |
![]() | Clear | Removes specific elements from the LinearWorksheetElement. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement) |
![]() | ClearConditionalFormattings | Removes all ConditionalFormattings from the Column. |
![]() | GetConditionalFormattings | Gets the Column's ConditionalFormattings. |
![]() | RemoveConditionalFormatting | Removes a specific ConditionalFormatting from the Column. |
![]() | ReplaceContent | Searches into the content of the Column and replaces all occurences of a specific value with a new value. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement) |
![]() | ReplaceContents<TSearch,TNew> | Searches into the content of the LinearWorksheetElement and replaces all instances of the searchValues with their corresponding newValues. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement) |