AbstractStyle.CopyProperties(T) Method

PicoXLSX

PicoXLSX

AbstractStyleCopyPropertiesT Method

Internal method to copy altered properties from a source object. The decision whether a property is copied is dependent on a untouched reference object

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
internal void CopyProperties<T>(
	T source,
	T reference
)
where T : AbstractStyle

Parameters

source
Type: T
Source object wit properties to copy
reference
Type: T
Reference object to decide whether the properties from the source objects are altered or not

Type Parameters

T
Style or sub-class of Style that extends AbstractStyle
See Also