Click or drag to resize
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: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
internal void CopyProperties<T>(
	T source,
	T reference
)
where T : AbstractStyle

Parameters

source  T
Source object with properties to copy.
reference  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