'Declaration Public Function ChangeStyleProperties( _
ByVal changingPropertiesThe properties, which should be changed.As System.Collections.Generic.Dictionary(Of CellStyleProperty,Object) _
) As Boolean
public bool ChangeStyleProperties(
System.Collections.Generic.Dictionary<CellStyleProperty,object> changingProperties
)
public: bool ChangeStyleProperties(
System.Collections.Generic.Dictionary<CellStyleProperty,object*>* changingProperties
)
public:
bool ChangeStyleProperties(
System.Collections.Generic.Dictionary<CellStyleProperty,object^>^ changingProperties
)
Parameters
- changingProperties
- The properties, which should be changed.
Return Value
True if the style properties was modified; otherwise, false.